home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / checks / 22.trace < prev    next >
Text File  |  1992-12-19  |  380b  |  14 lines

  1. dnl /usr2/pinard/pub/m4-1.0.3/m4.texinfo:1343: Origin of test
  2. define(`foo', `Hello World.')
  3. dnl @result{}
  4. define(`echo', `$@')
  5. dnl @result{}
  6. traceon(`foo', `echo')
  7. dnl @result{}
  8. foo
  9. dnl @error{}m4trace: -1- foo -> `Hello World.'
  10. dnl @result{}Hello World.
  11. echo(gnus, and gnats)
  12. dnl @error{}m4trace: -1- echo(`gnus', `and gnats') -> ``gnus',`and gnats''
  13. dnl @result{}gnus,and gnats
  14.